home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00055_Script_OtherScroll
< prev
next >
Wrap
Text File
|
1999-02-25
|
414b
|
18 lines
property x
on enterFrame me
if the loch of sprite the spriteNum of me > 0 then
set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me - x
else
set the loch of sprite the spriteNum of me = 550
end if
end
on getPropertyDescriptionList
set p_list = [¼
X: [ #default:0, #format:#integer, #comment:"Scroll displacement"]]
return p_list
end